summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Andreas Schwab [Mon, 24 Nov 2025 12:46:16 +0000 (13:46 +0100)]
[PATCH] Fix const-correctness issues
These were uncovered by the C23 const-preserving library macros.
Gbp-Pq: Name elfutils-0.194-fix-const.patch
Aaron Merey [Tue, 28 Oct 2025 02:00:12 +0000 (22:00 -0400)]
[PATCH] readelf: Allocate job_data one-by-one as needed
Currently, job_data is stored in an array whose size is equal to the
number of debug sections (.debug_*, .eh_frame, .gdb_index, etc.).
This size may be too small if a binary contains multiple debug sections
with the same name. For example an ET_REL binary compiled with -ggdb3
can contain multiple .debug_macro sections.
Fix this by allocating job_data on the fly when preparing to read a
debug section. This supports an arbitrary number of debug sections
while also avoiding unnecessary memory allocation.
https://sourceware.org/bugzilla/show_bug.cgi?id=33580
Signed-off-by: Aaron Merey <amerey@redhat.com>
Gbp-Pq: Name elfutils-0.194-alloc-jobs.patch
Matthias Klose [Tue, 17 Mar 2026 14:25:35 +0000 (15:25 +0100)]
elfutils (0.194-4) unstable; urgency=medium
* Apply two more patches from the trunk:
- Fix const-correctness issues.
- libdwfl: Work around ET_REL files with sh_addr fields set to
non-zero.
[dgit import unpatched elfutils 0.194-4]
Matthias Klose [Tue, 17 Mar 2026 14:25:35 +0000 (15:25 +0100)]
Import elfutils_0.194-4.debian.tar.xz
[dgit import tarball elfutils 0.194-4 elfutils_0.194-4.debian.tar.xz]
Matthias Klose [Wed, 29 Oct 2025 05:57:58 +0000 (06:57 +0100)]
Import elfutils_0.194.orig.tar.bz2
[dgit import orig elfutils_0.194.orig.tar.bz2]